home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 14255 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: shellx.best.com!not-for-mail
  2. From: smurman@shellx.best.com (Scott Murman)
  3. Newsgroups: gnu.g++.help,comp.lang.c++,panix.questions
  4. Subject: Re: Character Graphics, g++, and curses
  5. Date: 28 Mar 1996 17:24:41 -0800
  6. Organization: Soga Technologies
  7. Message-ID: <4jfe4p$k8r@shellx.best.com>
  8. References: <4if3bf$d33@panix.com> <4jeevt$8mb@panix4.panix.com>
  9. Reply-To: Scott Murman <smurman@best.com>
  10. NNTP-Posting-Host: shellx.best.com
  11.  
  12. According to Brian Joseph Cully <bjc@panix.com>:
  13. >
  14. >>I am planning on using curses to control the screen.
  15. >>While this should do the trick, it will not allow me
  16. >>to use cin and cout (I think!?!) for my user interface
  17. >>screen object.  Instead, I will need to use addstr()
  18. >>and getstr(). Not too bad.
  19. >
  20. >
  21. >btw, curses has c++ lib that it comes with, but ive never used it, so
  22. >i cant help you there.
  23.  
  24. I put my curses interface for C++ into the public domain some time
  25. ago.  It's still supported, and I will release a new version with
  26. colors, and some other geegaws, sooner than later.  It definately
  27. compiles with g++2.7.2, and at least a few people are using it for
  28. development work.  Enjoy.
  29.  
  30. http://www.best.com/~smurman/Drat/
  31.  
  32.  
  33.  
  34.  
  35.  
  36.